From: Chong Yidong Date: Thu, 19 Apr 2007 18:12:07 +0000 (+0000) Subject: Add "Fix compilation when Xaw3d libraries are present but libxaw is not". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~755 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=24f540a71f1870ca2d12c3a7f1a53f8469f32fbb;p=emacs.git Add "Fix compilation when Xaw3d libraries are present but libxaw is not". --- diff --git a/etc/TODO b/etc/TODO index 88d0c565ee6..75c57b73449 100644 --- a/etc/TODO +++ b/etc/TODO @@ -14,6 +14,12 @@ to the FSF. * Small but important fixes needed in existing features: +** Fix compilation when Xaw3d libraries are present but libxaw is not. +In new X11 versions, xaw3dg-dev does not depend on libxaw-dev, so the +latter need not be installed. As a result, all the source files that +look for include files in X11/Xaw should look in X11/Xaw3d if we are +using Xaw3d. + ** Compute the list of active keymaps *after* reading the first event. ** Avoid using "iff" in doc strings.